home *** CD-ROM | disk | FTP | other *** search
/ Marine Aquarium / Marine Aquarium.iso / mac / Marine Aquarium 2.dmg / Marine Aquarium 2.0.app / Contents / Resources / AquariumMenu.nib / classes.nib next >
Text File  |  2005-07-20  |  3KB  |  77 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {showAbout = id; showHelp = id; showPreferences = id; }; 
  5.             CLASS = AquariumAppDelegate; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {mAquariumController = id; }; 
  8.             SUPERCLASS = NSObject; 
  9.         }, 
  10.         {
  11.             ACTIONS = {
  12.                 doAutoLights = id; 
  13.                 doBackDown = id; 
  14.                 doBackUp = id; 
  15.                 doBubbles = id; 
  16.                 doFPS = id; 
  17.                 doForeDown = id; 
  18.                 doForeUp = id; 
  19.                 doFullScreen = id; 
  20.                 doWireFrame = id; 
  21.             }; 
  22.             CLASS = AquariumController; 
  23.             LANGUAGE = ObjC; 
  24.             SUPERCLASS = NSObject; 
  25.         }, 
  26.         {
  27.             CLASS = DisplayFishView; 
  28.             LANGUAGE = ObjC; 
  29.             OUTLETS = {
  30.                 pAutoLightsItem = NSMenuItem; 
  31.                 pBubbleItem = NSMenuItem; 
  32.                 pFishTypeButton = NSPopUpButton; 
  33.                 pFullScreenItem = NSMenuItem; 
  34.             }; 
  35.             SUPERCLASS = NSOpenGLView; 
  36.         }, 
  37.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  38.         {
  39.             ACTIONS = {
  40.                 aboutAction = id; 
  41.                 autoLights = id; 
  42.                 cancelAction = id; 
  43.                 helpAction = id; 
  44.                 okAction = id; 
  45.                 showPanel = id; 
  46.                 soundOn = id; 
  47.             }; 
  48.             CLASS = Preferences; 
  49.             LANGUAGE = ObjC; 
  50.             OUTLETS = {
  51.                 background = NSSliderCell; 
  52.                 bubbles = NSButton; 
  53.                 duplicate = NSButton; 
  54.                 fish1 = NSPopUpButton; 
  55.                 fish2 = NSPopUpButton; 
  56.                 fish3 = NSPopUpButton; 
  57.                 fish4 = NSPopUpButton; 
  58.                 fish5 = NSPopUpButton; 
  59.                 fish6 = NSPopUpButton; 
  60.                 fish7 = NSPopUpButton; 
  61.                 fish8 = NSPopUpButton; 
  62.                 foreground = NSSliderCell; 
  63.                 fpsSpeed = NSSlider; 
  64.                 fpsSwitch = NSButton; 
  65.                 lightSwitch = NSButton; 
  66.                 soundSwitch = NSButton; 
  67.                 starfishOnGlassSwitch = NSButton; 
  68.                 theView = id; 
  69.                 volume = NSSlider; 
  70.                 wireFrameSwitch = NSButton; 
  71.             }; 
  72.             SUPERCLASS = NSWindowController; 
  73.         }, 
  74.         {CLASS = displayFish; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  75.     ); 
  76.     IBVersion = 1; 
  77. }